Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.dam.theme--applications

In component org.nuxeo.dam.theme
This contribution is part of XML component org.nuxeo.dam.theme inside nuxeo-dam-theme-5.8.jar

Extension Point

Extension point applications of component ThemeService.

Contributed Items

  • <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/dam/assets.xhtml">
            <theme>dam/default</theme>
          </view>
          <view id="/dam/asset.xhtml">
            <theme>dam/default</theme>
          </view>
    
        </application>

XML Source

<extension point="applications" target="org.nuxeo.theme.services.ThemeService">

    <application root="/nuxeo" template-engine="jsf-facelets">

      <view id="/dam/assets.xhtml">
        <theme>dam/default</theme>
      </view>
      <view id="/dam/asset.xhtml">
        <theme>dam/default</theme>
      </view>

    </application>

  </extension>